home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip Kasım 2000.iso / prog / share / 11 / setup.exe / %MAINDIR% / DEMOS / CISERVER / CHAT / tcpchat.bas < prev   
Encoding:
BASIC Source File  |  2000-09-07  |  972 b   |  20 lines

  1. Attribute VB_Name = "Module1"
  2. '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. '~~~ SUBJECT:     Crescent Internet ToolPak CISERVER Client Demo
  4. '~~~
  5. '~~~ AUTHOR:      Bob Follet
  6. '~~~ DATE:        December 1, 1997
  7. '~~~ MODIFIED:
  8. '~~~
  9. '~~~ DESCRIPTION: Crescent Internet ToolPak CISERVER Demo.  This Demo provides
  10. '~~~              details on how to use the CISERVER Control.  The CITCP controls is
  11. '~~~              is used in this Client Demo to provide a means to communicate
  12. '~~~              to the Server.  It allows the user to connect to the CISERVER and
  13. '~~~              send messages to it.  See the ChatHost Demo for further details
  14. '~~~              on the CISERVER.OCX.
  15. '~~~
  16. '~~~ ADDITIONS:   No Additions. This is a New Demo to Internet ToolPak
  17. '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  18. Public ScreenName As String, HostName As String, HostAddress As String
  19. Public PortNum As Integer
  20.